Opc.Ua.Core
GetReferences(ISystemContext,IList<IReference>) Method



Opc.Ua Namespace > NodeState Class > GetReferences Method : GetReferences(ISystemContext,IList<IReference>) Method
The context for the system being accessed.
The list of references to populate.
Populates a list with the non-child related references that belong to the node.
Syntax
'Declaration
 
Public Overloads Overridable Sub GetReferences( _
   ByVal context As ISystemContext, _
   ByVal references As IList(Of IReference) _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim references As IList(Of IReference)
 
instance.GetReferences(context, references)
public virtual void GetReferences( 
   ISystemContext context,
   IList<IReference> references
)
public:
virtual void GetReferences( 
   ISystemContext^ context,
   IList<IReference^>^ references
) 

Parameters

context
The context for the system being accessed.
references
The list of references to populate.
Remarks
This method only returns references that are not implied by the parent-child relation or references which are intrinsic to the NodeState classes (e.g. HasTypeDefinition) This method also only returns the reference that are in memory and does not attempt to access an underlying system. The PopulateBrowser method is used to discover those references.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members
Overload List